home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 25 / Mac Magazin and MacEasy Magazine CD - Issue 25.iso / Grafik & Text / BibTeX / Source code / bibext.h < prev    next >
C/C++ Source or Header  |  1996-02-13  |  182b  |  10 lines

  1. #pragma once
  2.  
  3. BIBFILE *openf(char * name ,char * mode );
  4. void lineread(BIBFILE * f ,int size );
  5.  
  6. void setpaths(void);
  7. int testaccess(int wam ,int filepath );
  8.  
  9. void vince_main(void);
  10.